without exception - перевод на греческий
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

without exception - перевод на греческий

Exception Chaining; Exception wrapping

without exception      
ανεξαιρετώς
absence without leave         
  • A United States wartime poster deprecating absence
  • [[Armenia]]n soldiers in 1919, with deserters as prisoners
  • A 1918 cartoon by [[Cecil Hartt]] making light of the high incidence of soldiers going absent without leave in the  Australian Imperial Force
  • "Convoy of Deserters - Paris" in the book  "Cassell's History of the War between France and Germany. 1870-1871"
  • The execution of a U.S. deserter in the Federal Camp, Alexandria
  • ''Deserteur'' (Дезертир), by [[Ilya Repin]], 1917
ABANDONMENT OF MILITARY DUTY WITHOUT AUTHORIZATION
AWOL; Deserter; Absent without leave; Deserters; A.W.O.L.; Absent Without Leave; Unauthorized absence; Unauthorized Absence; Missing movement; Desertions; Awol; Absent Without (Official) Leave; Absent Without Official Leave; Absence without official leave; Absence without leave; Absence Without Official Leave; Desertrix; Deserting; Absence Without Leave; Military deserter; Desertion in Nazi Germany; Absent unknown; Failure to repair
απουσία χωρίς άδειας
ανεξαιρετώς      
without exception

Определение

exception handler
Special code which is called when an exception occurs during the execution of a program. If the programmer does not provide a handler for a given exception, a built-in system exception handler will usually be called resulting in abortion of the program run and some kind of error indication being returned to the user. Examples of exception handler mechanisms are Unix's signal calls and Lisp's catch and throw. (1994-10-31)

Википедия

Exception chaining

Exception chaining, or exception wrapping, is an object-oriented programming technique of handling exceptions by re-throwing a caught exception after wrapping it inside a new exception. The original exception is saved as a property (such as cause) of the new exception. The idea is that a method should throw exceptions defined at the same abstraction level as the method itself, but without discarding information from the lower levels.

For example, a method to play a movie file might handle exceptions in reading the file by re-throwing them inside an exception of movie playing. The user interface doesn't need to know whether the error occurred during reading chunk of bytes or calling eof(). It needs only the exception message extracted from cause. The user interface layer will have its own set of exceptions. The one interested in cause can see its stack trace during debugging or in proper log.

Throwing the right kind of exceptions is particularly enforced by checked exceptions in the Java programming language, and starting with language version 1.4 almost all exceptions support chaining.

In runtime engine environments such as Java or .NET there exist tools that attach to the runtime engine and every time that an exception of interest occurs they record debugging information that existed in memory at the time the exception was thrown (stack and heap values). These tools are called Exception Interception and they provide "root-cause" information for exceptions in Java programs that run in production, testing, or development environments.

Примеры употребления для without exception
1. But almost without exception, these speeches have been campaign rhetoric.
2. They had without exception been paid into Labour‘s bank account.
3. "All Arab media without exception are supporting terrorism," he asserted.
4. Without exception, the subjects all responded best to the face.
5. They truly hate the West and all Westerners, without exception.